home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
InfoMagic Internet Tools 1995 April
/
Internet Tools.iso
/
infoserv
/
www
/
cern
/
dev
/
scott.Z
/
scott
/
WWW
/
NextStep
/
Implementation
/
WWWPageLayout.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-03-14
|
409 b
|
28 lines
/* Page layout subclass
** --------------------
**
** History
** 14 Mar 91 Based on the DrawPageLayout class in the Draw example application
**
*/
#import <appkit/PageLayout.h>
@interface WWWPageLayout : PageLayout
{
id leftMargin;
id rightMargin;
id topMargin;
id bottomMargin;
}
/* Methods overridden from superclass */
- pickedUnits:sender;
- readPrintInfo;
- writePrintInfo;
@end